home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / tcp / AmDynDNS.lha / AmDynDNS / AmDynDNS.readme < prev   
Text File  |  2001-04-16  |  3KB  |  98 lines

  1. Short:    ARexx script to update/change account at DynDNS.org server
  2. Author:   Andy_Mtn@gmx.net
  3. Uploader: Andy_Mtn@gmx.net
  4. Type:     comm/tcp
  5. Requires: TCP/IP STACK (Miami/Genesis/AmiTCP....)
  6.           http://ftp.wustl.edu/pub/aminet/util/pack/xpk_User.lha
  7.           http://ftp.wustl.edu/pub/aminet/util/rexx/rmh.lha
  8.           http://ftp.wustl.edu/pub/aminet/comm/tcp/rxsocket.lha
  9. Version:  0.4alpha (16-04-01)
  10.  
  11.  
  12.  
  13.  
  14. ########################################################################################
  15. Thiz is an early ALPHA-VERSION , Pleaze report BUGS/MISSING FEATURES to Andy_Mtn@gmx.net
  16. ########################################################################################
  17.  
  18.  
  19.  
  20. Visit the following Pages for an Overview !
  21. ============================================
  22.  
  23.  
  24.         Login / New Account :
  25.  
  26.                 http://members.dyndns.org/nic/login
  27.  
  28.  
  29.         Option(s) Help:
  30.  
  31.                 http://support.dyndns.org/dyndns/howto/editform_low.shtml
  32.  
  33.  
  34.         Error-Codes
  35.  
  36.                 http://support.dyndns.org/dyndns/clients/devel/codes.shtml
  37.  
  38.  
  39.         Why you should use `FORCE` switch carefully :
  40.  
  41.                 http://support.dyndns.org/dyndns/abuse.shtml
  42.  
  43.  
  44.  
  45.  USAGE :
  46. ==========
  47.  
  48.  
  49.  
  50.  
  51. Usage : AmDynDns Username=UN/K/A,Password=PW/K/A,HostName=Host=HN/M/A,IP/K,FORCE=F/S
  52.                  ,SKIP=S/S,Wildcard=WC/S,MailExchange=MX/K,BackMX=BMX/S,Port/S
  53.                  ,System/K,Offline=OFF/S,NoRequester=NR/S,SMC/S,SMCIP/K
  54.  
  55.  HELP :
  56.  
  57.  USERNAME                       Username at DynDNS.org
  58.  PASSWORD                       Password at DynDNS.org
  59.  HOSTNAME(s) Host1 Host2 ...    Static HostName(s) at DynDNS.org
  60.  IP {GUESS}                     Your IP [{NUMBER} | {FILE} | guess | local | net]
  61.  WILDCARD {OFF}                 Adds An Alias To *.yourhost
  62.  MAILEXCHANGE                   Mail Exchange Host
  63.  MAILEXCHANGE BACKUP {NO}       Backup Flag
  64.  FORCE                          Force Update
  65.  SKIP                           Skip UPDATE Check
  66.  PORT {80}                      80 / 8245
  67.  SYSTEM {DYNDNS}                DynDNS / StatDNS
  68.  OFFLINE                        Set Offline Flag
  69.  NOREQUESTER                    Turn AmDynDNS-ERROR-Requesters OFF
  70.  SMC                            Gets IP from SMC-Barricade-Router at 192.168.123.254
  71.  SMCIP                          Gets IP from SMC-Barricade-Router at xxx.yyy.xxx.yyy
  72.  
  73.  
  74.  
  75. Basic Example :
  76. ===============
  77.  
  78.  AmDynDNS UN=test PW=test HN=test.mine.nu
  79.  
  80.  
  81.  
  82. For a simple GUI use `http://ftp.wustl.edu/~aminet/dirs/aminet/util/cli/r.lha`
  83.  
  84.  
  85. How To Update :
  86.  
  87. -Add AmDynDNS [OPTIONS] to your Start-net.config in your TCP/IP STACK
  88.  
  89.  
  90.  
  91.  
  92.  
  93. ########################################################################################
  94. Thiz is an early ALPHA-VERSION , Pleaze report BUGS/MISSING FEATURES to Andy_Mtn@gmx.net
  95. ########################################################################################
  96.  
  97.  
  98.